POV-Ray : Newsgroups : povray.text.scene-files : IAN letter definitions : Re: IAN letter definitions Server Time
28 Jul 2024 18:25:14 EDT (-0400)
  Re: IAN letter definitions  
From: Larry Fontaine
Date: 17 Sep 1999 21:28:53
Message: <37E2E915.47C7DFF4@isd.net>
Not necessarily, I can define other letters and use them for anything I
want. Also, they're saved as points, so they can easily be ported to
other macros :-)

Ian Burgmyer wrote:

> Aww, you made this just for me *blushes*
>
> -Ian
>
> Larry Fontaine <lfo### [at] isdnet> wrote in message
> news:37E00641.CA11AF29@isd.net...
> > #declare I =
> > array[12][2]
> > {
> >  {-3.5,-3.5},
> >  {-8.5,-3.5},
> >  {-8.5,-2.5},
> >  {-6.5,-2.5},
> >  {-6.5,2.5},
> >  {-8.5,2.5},
> >  {-8.5,3.5},
> >  {-3.5,3.5},
> >  {-3.5,2.5},
> >  {-5.5,2.5},
> >  {-5.5,-2.5},
> >  {-3.5,-2.5},
> > }
> > #declare A =
> > array[13][2]
> > {
> >  {-.929,-1.5},
> >  {-1.5,-3.5},
> >  {-2.5,-3.5},
> >  {-.5,3.5},
> >  {.5,3.5},
> >  {2.5,-3.5},
> >  {1.5,-3.5},
> >  {.929,-1.5},
> >  {-.929,-1.5},
> >  {-.643,-.5},
> >  {0,1.75},
> >  {.643,-.5},
> >  {-.643,-.5}
> > }
> > #declare N =
> > array[10][2]
> > {
> >  {3.5,-3.5},
> >  {4.5,-3.5},
> >  {4.5,1.5},
> >  {7.5,-3.5},
> >  {8.5,-3.5},
> >  {8.5,3.5},
> >  {7.5,3.5},
> >  {7.5,-1.5},
> >  {4.5,3.5},
> >  {3.5,3.5}
> > }
> > #declare funkychicken = union {
> >    object { twyst(I,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> >    object { twyst(A,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> >    object { twyst(N,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> > }
> >


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.